| 1. | Defines a type within the scope of the enclosing type 在封闭类型范围内定义类型。 |
| 2. | The enclosing type has not been created 尚未创建封闭类型。 |
| 3. | Has been called on the enclosing type 已对封闭类型调用了 |
| 4. | Enclosing type parameters should not be referred to inside static members 不应在静态成员中引用封闭类型参数。 |
| 5. | If the type is a nested type , this property returns the enclosing type 对象。如果该类型是嵌套类型,则该属性返回封闭类型。 |
| 6. | The name of the item , its enclosing type , and namespace are separated by periods 项的名称、其封闭类型和命名空间以句号分隔。 |
| 7. | Nested types must have at least as many generic parameters as the enclosing type 嵌套类型拥有的泛型参数数目必须至少与封闭类型的一样多。 |
| 8. | The type is cls - compliant only if its enclosing type or assembly is cls - compliant 只有当类型的封闭类型或程序集符合cls时,该类型才符合cls 。 |
| 9. | This allows the type parameters of enclosing types to be used in the member definitions of a nested type 这样允许在嵌套类型的成员定义中使用封闭类型的类型参数。 |
| 10. | Generic parameters in a nested type correspond by position to the generic parameters in its enclosing type 嵌套类型中的泛型参数在位置上与其封闭类型中的泛型参数对应。 |